Index: specialpurpose/webpos/template/cart/ChooseVariant.ftl
===================================================================
--- specialpurpose/webpos/template/cart/ChooseVariant.ftl (revision 0)
+++ specialpurpose/webpos/template/cart/ChooseVariant.ftl (revision 0)
@@ -0,0 +1,77 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/cart/ShowCart.ftl
===================================================================
--- specialpurpose/webpos/template/cart/ShowCart.ftl (revision 0)
+++ specialpurpose/webpos/template/cart/ShowCart.ftl (revision 0)
@@ -0,0 +1,150 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
+<#if (shoppingCartSize > 0)>
+
+
Index: specialpurpose/webpos/template/cart/ShowCartItemSelected.ftl
===================================================================
--- specialpurpose/webpos/template/cart/ShowCartItemSelected.ftl (revision 0)
+++ specialpurpose/webpos/template/cart/ShowCartItemSelected.ftl (revision 0)
@@ -0,0 +1,75 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<#assign focusOnQuantity = requestParameters.focusOnQuantity!/>
+<#assign cartLineIndex = requestParameters.cartLineIndex!/>
+<#if cartLineIndex?? && cartLineIndex?has_content>
+ <#assign isInteger = Static["org.ofbiz.base.util.UtilValidate"].isInteger(cartLineIndex)>
+ <#if isInteger>
+ <#assign idx = cartLineIndex?number>
+ <#assign cartLine = shoppingCart.findCartItem(idx)!>
+ <#if cartLine?? && cartLine?has_content>
+ <#if cartLine.getProductId()??>
+ <#assign smallImageUrl = Static["org.ofbiz.product.product.ProductContentWrapper"].getProductContentAsText(cartLine.getProduct(), "SMALL_IMAGE_URL", locale, dispatcher, "url")!>
+ <#if !smallImageUrl?string?has_content>
+ <#assign smallImageUrl = "/images/defaultImage.jpg">
+ #if>
+ <#if smallImageUrl?string?has_content>
+
+
+ #if>
+ #if>
+#if>
Index: specialpurpose/webpos/template/catalog/CategoryDetail.ftl
===================================================================
--- specialpurpose/webpos/template/catalog/CategoryDetail.ftl (revision 0)
+++ specialpurpose/webpos/template/catalog/CategoryDetail.ftl (revision 0)
@@ -0,0 +1,68 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<#if productCategoryMembers??>
+
+
+#if>
Index: specialpurpose/webpos/template/catalog/SideDeepCategory.ftl
===================================================================
--- specialpurpose/webpos/template/catalog/SideDeepCategory.ftl (revision 0)
+++ specialpurpose/webpos/template/catalog/SideDeepCategory.ftl (revision 0)
@@ -0,0 +1,82 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<#-- variable setup and worker calls -->
+<#if (requestAttributes.topLevelList)??><#assign topLevelList = requestAttributes.topLevelList>#if>
+<#if (requestAttributes.curCategoryId)??><#assign curCategoryId = requestAttributes.curCategoryId>#if>
+
+<#-- looping macro -->
+<#macro categoryList parentCategory category wrapInBox>
+ <#if catContentWrappers?? && catContentWrappers[category.productCategoryId]?? && catContentWrappers[category.productCategoryId].get("CATEGORY_NAME", "html")??>
+ <#assign categoryName = catContentWrappers[category.productCategoryId].get("CATEGORY_NAME", "html")>
+ <#else>
+ <#assign categoryName = category.categoryName!>
+ #if>
+ <#if catContentWrappers?? && catContentWrappers[category.productCategoryId]?? && catContentWrappers[category.productCategoryId].get("DESCRIPTION", "html")??>
+ <#assign categoryDescription = catContentWrappers[category.productCategoryId].get("DESCRIPTION", "html")>
+ <#else>
+ <#assign categoryDescription = category.description!>
+ #if>
+ <#if curCategoryId?? && curCategoryId == category.productCategoryId>
+ <#assign browseCategoryButtonClass = "browsecategorybuttondisabled">
+ <#else>
+ <#assign browseCategoryButtonClass = "browsecategorybutton">
+ #if>
+ <#if wrapInBox == "Y">
+
+#if>
Index: specialpurpose/webpos/template/customer/EditAddress.ftl
===================================================================
--- specialpurpose/webpos/template/customer/EditAddress.ftl (revision 0)
+++ specialpurpose/webpos/template/customer/EditAddress.ftl (revision 0)
@@ -0,0 +1,98 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
+
+
+
+
+
+
+ ${uiLabelMap.PartyLastName}
+
+
+
+
+
+
+
+
+ ${uiLabelMap.PartyFirstName}
+
+
+
+
+
+
+
+ ${uiLabelMap.PartyAddressLine1}
+
+
+
+
+
+ ${uiLabelMap.PartyAddressLine2}
+
+
+
+
+
+
+
+ ${uiLabelMap.CommonCountry}
+
+
+
+
+
+ ${uiLabelMap.PartyState}
+
+
+
+
+
+
+
+ ${uiLabelMap.PartyCity}
+
+
+
+
+
+ ${uiLabelMap.PartyPostalCode}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/includes/Header.ftl
===================================================================
--- specialpurpose/webpos/template/includes/Header.ftl (revision 0)
+++ specialpurpose/webpos/template/includes/Header.ftl (revision 0)
@@ -0,0 +1,56 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<#-- -->
+
+<#-- -->
+
+
+ <#if title?has_content>${title}<#elseif titleProperty?has_content>${uiLabelMap.get(titleProperty)}#if>: ${(productStore.storeName)!}
+ <#if layoutSettings.shortcutIcon?has_content>
+
+ #if>
+ <#if layoutSettings.javaScripts?has_content>
+ <#--layoutSettings.javaScripts is a list of java scripts. -->
+ <#list layoutSettings.javaScripts as javaScript>
+
+ #list>
+ #if>
+ <#if layoutSettings.styleSheets?has_content>
+ <#--layoutSettings.styleSheets is a list of style sheets. So, you can have a user-specified "main" style sheet, AND a component style sheet.-->
+ <#list layoutSettings.styleSheets as styleSheet>
+
+ #list>
+ #if>
+ <#-- Append CSS for catalog -->
+ <#if catalogStyleSheet??>
+
+ #if>
+ <#-- Append CSS for tracking codes -->
+ <#if sessionAttributes.overrideCss??>
+
+ #if>
+ <#-- Meta tags if defined by the page action -->
+ <#if metaDescription??>
+
+ #if>
+ <#if metaKeywords??>
+
+ #if>
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/includes/Messages.ftl
===================================================================
--- specialpurpose/webpos/template/includes/Messages.ftl (revision 0)
+++ specialpurpose/webpos/template/includes/Messages.ftl (revision 0)
@@ -0,0 +1,66 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<#if requestAttributes.errorMessageList?has_content><#assign errorMessageList=requestAttributes.errorMessageList>#if>
+<#if requestAttributes.eventMessageList?has_content><#assign eventMessageList=requestAttributes.eventMessageList>#if>
+<#if requestAttributes.serviceValidationException??><#assign serviceValidationException = requestAttributes.serviceValidationException>#if>
+<#if requestAttributes.uiLabelMap?has_content><#assign uiLabelMap = requestAttributes.uiLabelMap>#if>
+
+<#if !errorMessage?has_content>
+ <#assign errorMessage = requestAttributes._ERROR_MESSAGE_!>
+#if>
+<#if !errorMessageList?has_content>
+ <#assign errorMessageList = requestAttributes._ERROR_MESSAGE_LIST_!>
+#if>
+<#if !eventMessage?has_content>
+ <#assign eventMessage = requestAttributes._EVENT_MESSAGE_!>
+#if>
+<#if !eventMessageList?has_content>
+ <#assign eventMessageList = requestAttributes._EVENT_MESSAGE_LIST_!>
+#if>
+
+<#-- display the error messages -->
+<#if (errorMessage?has_content || errorMessageList?has_content)>
+
+#if>
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/manager/CloseTerminal.ftl
===================================================================
--- specialpurpose/webpos/template/manager/CloseTerminal.ftl (revision 0)
+++ specialpurpose/webpos/template/manager/CloseTerminal.ftl (revision 0)
@@ -0,0 +1,57 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
\ No newline at end of file
Index: specialpurpose/webpos/template/manager/OpenTerminal.ftl
===================================================================
--- specialpurpose/webpos/template/manager/OpenTerminal.ftl (revision 0)
+++ specialpurpose/webpos/template/manager/OpenTerminal.ftl (revision 0)
@@ -0,0 +1,41 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
\ No newline at end of file
Index: specialpurpose/webpos/template/manager/PaidOutAndIn.ftl
===================================================================
--- specialpurpose/webpos/template/manager/PaidOutAndIn.ftl (revision 0)
+++ specialpurpose/webpos/template/manager/PaidOutAndIn.ftl (revision 0)
@@ -0,0 +1,68 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
\ No newline at end of file
Index: specialpurpose/webpos/template/manager/VoidOrder.ftl
===================================================================
--- specialpurpose/webpos/template/manager/VoidOrder.ftl (revision 0)
+++ specialpurpose/webpos/template/manager/VoidOrder.ftl (revision 0)
@@ -0,0 +1,41 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
+
+
+
+
${uiLabelMap.WebPosManagerVoidOrderNumber}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/payment/PayCash.ftl
===================================================================
--- specialpurpose/webpos/template/payment/PayCash.ftl (revision 0)
+++ specialpurpose/webpos/template/payment/PayCash.ftl (revision 0)
@@ -0,0 +1,54 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
+
+
+
+
+ ${uiLabelMap.WebPosTransactionTotalDue}
+
+
+
+
+ ${uiLabelMap.WebPosPayCashTotal}
+
+
+
+
+
${uiLabelMap.WebPosPayCash}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/payment/PayCheck.ftl
===================================================================
--- specialpurpose/webpos/template/payment/PayCheck.ftl (revision 0)
+++ specialpurpose/webpos/template/payment/PayCheck.ftl (revision 0)
@@ -0,0 +1,56 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
+
+
+
+
+ ${uiLabelMap.WebPosTransactionTotalDue}
+
+
+
+
+ ${uiLabelMap.WebPosPayCheckTotal}
+
+
+
+
+
${uiLabelMap.WebPosPayCheck}
+
+
+
+
${uiLabelMap.WebPosPayCheckRefNum}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: specialpurpose/webpos/template/payment/PayCreditCard.ftl
===================================================================
--- specialpurpose/webpos/template/payment/PayCreditCard.ftl (revision 0)
+++ specialpurpose/webpos/template/payment/PayCreditCard.ftl (revision 0)
@@ -0,0 +1,151 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
\ No newline at end of file
Index: specialpurpose/webpos/template/payment/PayGiftCard.ftl
===================================================================
--- specialpurpose/webpos/template/payment/PayGiftCard.ftl (revision 0)
+++ specialpurpose/webpos/template/payment/PayGiftCard.ftl (revision 0)
@@ -0,0 +1,56 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
+
+
+
+
+ ${uiLabelMap.WebPosTransactionTotalDue}
+
+
+
+
+ ${uiLabelMap.WebPosPayGiftCardTotal}
+
+
+
+
+
${uiLabelMap.WebPosPayGiftCard}
+
+
+
+
${uiLabelMap.WebPosPayGiftCardRefNum}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/promo/PromoCode.ftl
===================================================================
--- specialpurpose/webpos/template/promo/PromoCode.ftl (revision 0)
+++ specialpurpose/webpos/template/promo/PromoCode.ftl (revision 0)
@@ -0,0 +1,41 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
+
+
+
+
${uiLabelMap.WebPosPromoCode}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/search/CustomerAddress.ftl
===================================================================
--- specialpurpose/webpos/template/search/CustomerAddress.ftl (revision 0)
+++ specialpurpose/webpos/template/search/CustomerAddress.ftl (revision 0)
@@ -0,0 +1,121 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
Index: specialpurpose/webpos/template/search/SearchParties.ftl
===================================================================
--- specialpurpose/webpos/template/search/SearchParties.ftl (revision 0)
+++ specialpurpose/webpos/template/search/SearchParties.ftl (revision 0)
@@ -0,0 +1,34 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/search/SearchPartiesResults.ftl
===================================================================
--- specialpurpose/webpos/template/search/SearchPartiesResults.ftl (revision 0)
+++ specialpurpose/webpos/template/search/SearchPartiesResults.ftl (revision 0)
@@ -0,0 +1,86 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/search/SearchProducts.ftl
===================================================================
--- specialpurpose/webpos/template/search/SearchProducts.ftl (revision 0)
+++ specialpurpose/webpos/template/search/SearchProducts.ftl (revision 0)
@@ -0,0 +1,39 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/search/SearchProductsResults.ftl
===================================================================
--- specialpurpose/webpos/template/search/SearchProductsResults.ftl (revision 0)
+++ specialpurpose/webpos/template/search/SearchProductsResults.ftl (revision 0)
@@ -0,0 +1,68 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/search/SearchSalesReps.ftl
===================================================================
--- specialpurpose/webpos/template/search/SearchSalesReps.ftl (revision 0)
+++ specialpurpose/webpos/template/search/SearchSalesReps.ftl (revision 0)
@@ -0,0 +1,60 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+ <#if salesReps?? && salesReps?has_content>
+
+ <#assign alt_row = false>
+ <#list salesReps as salesRep>
+ <#assign salesRepInCart = false>
+ <#if cartSalesReps?? && cartSalesReps?has_content>
+ <#list cartSalesReps as cartSalesRep>
+ <#if cartSalesRep == salesRep.partyId>
+ <#assign salesRepInCart = true>
+ #if>
+ #list>
+ #if>
+ <#assign person = ""/>
+ <#if salesRep.lastName?has_content>
+ <#assign person = person + (salesRep.lastName).trim() + " "/>
+ #if>
+ <#if salesRep.firstName?has_content>
+ <#assign person = person + (salesRep.firstName).trim()/>
+ #if>
+ <#assign person = person + " (" + salesRep.partyId + ")"/>
+
+ <#-- toggle the row color -->
+ <#assign alt_row = !alt_row>
+ #list>
+
+ #if>
+
+
\ No newline at end of file
Index: specialpurpose/webpos/template/shortcuts/Shortcuts.ftl
===================================================================
--- specialpurpose/webpos/template/shortcuts/Shortcuts.ftl (revision 0)
+++ specialpurpose/webpos/template/shortcuts/Shortcuts.ftl (revision 0)
@@ -0,0 +1,92 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+